Class GoogleCloudPlatformStorageBucketProperties
- Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
public class GoogleCloudPlatformStorageBucketProperties
- Inheritance
-
GoogleCloudPlatformStorageBucketProperties
- Inherited Members
-
Constructors
public GoogleCloudPlatformStorageBucketProperties(string fileName)
Parameters
fileName
string
public GoogleCloudPlatformStorageBucketProperties(string fileName, long fileSize)
Parameters
fileName
string
fileSize
long
Properties
[JsonPropertyName("filename")]
public string FileName { get; set; }
Property Value
- string
[JsonPropertyName("file_size")]
public long FileSize { get; set; }
Property Value
- long
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("id")]
public long? Id { get; set; }
Property Value
- long?
Methods
public GoogleCloudPlatformStorageBucketProperties WithFileName(string fileName)
Parameters
fileName
string
Returns
- GoogleCloudPlatformStorageBucketProperties
public GoogleCloudPlatformStorageBucketProperties WithFileSize(long fileSize)
Parameters
fileSize
long
Returns
- GoogleCloudPlatformStorageBucketProperties
public GoogleCloudPlatformStorageBucketProperties WithId(long? id)
Parameters
id
long?
Returns
- GoogleCloudPlatformStorageBucketProperties