// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package marketplaceentitlementservice type GetEntitlementFilterName string // Enum values for GetEntitlementFilterName const ( GetEntitlementFilterNameCustomerIdentifier GetEntitlementFilterName = "CUSTOMER_IDENTIFIER" GetEntitlementFilterNameDimension GetEntitlementFilterName = "DIMENSION" ) func (enum GetEntitlementFilterName) MarshalValue() (string, error) { return string(enum), nil } func (enum GetEntitlementFilterName) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil }