BaseDataObject.BaseDataObject

BaseDataObject(string)

Initializes a new instance of the class.

public BaseDataObject(string kind)
ParameterTypeDescription
kindStringType of the resource

See Also


BaseDataObject(string, string)

Initializes a new instance of the class.

public BaseDataObject(string kind, string id)
ParameterTypeDescription
kindStringType of the resource
idStringIdentifier of the resource.

See Also


BaseDataObject(string, string, string)

Initializes a new instance of the class.

public BaseDataObject(string kind, string id, string eTag)
ParameterTypeDescription
kindStringType of the resource
idStringIdentifier of the resource.
eTagStringAn entity tag

See Also