GetCustomerLicensesByCodeResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Inheritance
object ← GetCustomerLicensesByCodeResponse
Implements
IMessage<GetCustomerLicensesByCodeResponse>, IEquatable<GetCustomerLicensesByCodeResponse>, IDeepCloneable<GetCustomerLicensesByCodeResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GetCustomerLicensesByCodeResponse()
GetCustomerLicensesByCodeResponse(GetCustomerLicensesByCodeResponse)
Parameters
Fields
CodeFieldNumber
Field number for the "code" field.
Field Value
LicensesFieldNumber
Field number for the "licenses" field.
Field Value
MessageFieldNumber
Field number for the "message" field.
Field Value
SuccessFieldNumber
Field number for the "success" field.
Field Value
Properties
Code
Property Value
int?
Descriptor
Property Value
MessageDescriptor
Licenses
Property Value
RepeatedField<License>
Message
Property Value
Parser
Property Value
MessageParser<GetCustomerLicensesByCodeResponse>
Success
Property Value
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(GetCustomerLicensesByCodeResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(GetCustomerLicensesByCodeResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated