Table of Contents

Class GoogleCloudPlatformStorageBucketProperties

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class GoogleCloudPlatformStorageBucketProperties
Inheritance
GoogleCloudPlatformStorageBucketProperties
Inherited Members

Constructors

GoogleCloudPlatformStorageBucketProperties(string)

public GoogleCloudPlatformStorageBucketProperties(string fileName)

Parameters

fileName string

GoogleCloudPlatformStorageBucketProperties(string, long)

public GoogleCloudPlatformStorageBucketProperties(string fileName, long fileSize)

Parameters

fileName string
fileSize long

Properties

FileName

[JsonPropertyName("filename")]
public string FileName { get; set; }

Property Value

string

FileSize

[JsonPropertyName("file_size")]
public long FileSize { get; set; }

Property Value

long

Id

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("id")]
public long? Id { get; set; }

Property Value

long?

Methods

WithFileName(string)

public GoogleCloudPlatformStorageBucketProperties WithFileName(string fileName)

Parameters

fileName string

Returns

GoogleCloudPlatformStorageBucketProperties

WithFileSize(long)

public GoogleCloudPlatformStorageBucketProperties WithFileSize(long fileSize)

Parameters

fileSize long

Returns

GoogleCloudPlatformStorageBucketProperties

WithId(long?)

public GoogleCloudPlatformStorageBucketProperties WithId(long? id)

Parameters

id long?

Returns

GoogleCloudPlatformStorageBucketProperties