ValoresAcopla
Período de acoplamento (mnemônico ACOPLA).
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| mes_inicial | int | Valor para mes inicial | |
| ano_inicial | int | Valor para ano inicial | |
| mes_final | int | Valor para mes final | |
| ano_final | int | Valor para ano final |
Example
from pldpro_sdk.api_client.models.valores_acopla import ValoresAcopla
# TODO update the JSON string below
json = "{}"
# create an instance of ValoresAcopla from a JSON string
valores_acopla_instance = ValoresAcopla.from_json(json)
# print the JSON string representation of the object
print(ValoresAcopla.to_json())
# convert the object into a dict
valores_acopla_dict = valores_acopla_instance.to_dict()
# create an instance of ValoresAcopla from a dict
valores_acopla_from_dict = ValoresAcopla.from_dict(valores_acopla_dict)